home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dye Another Day
/
DyeAnotherDay.bin
/
swf
/
2.swf
/
scripts
/
DefineButton2_26
/
BUTTONCONDACTION on(keyPress Down).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-04-02
|
153 b
|
7 lines
on(keyPress "<Down>"){
scrollDownOneLine(this.thumb);
this.thumb.scrolling = 1;
this.thumb.gotoAndPlay(2);
this.thumb.scrolling = 0;
}